home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / clib / objects_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-18  |  383 b   |  19 lines

  1. #ifndef  CLIB_OBJECTS_PROTOS_H
  2. #define  CLIB_OBJECTS_PROTOS_H
  3.  
  4. /*
  5. **   $VER: objects_protos.h V0.9B
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1997 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. APTR GetFileObject(APTR ObjectBase, char *Name);
  14. APTR GetFileObjectList(APTR ObjectBase, APTR);
  15. APTR GrabObjectList(APTR ObjectBase);
  16.  
  17. #endif /* CLIB_OBJECTS_PROTOS_H */
  18.  
  19.